derelict.glib.gstring

Undocumented in source.

Members

Aliases

GString
alias GString = _GString
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_append
alias da_g_string_append = GString* function(GString* string, const(gchar)* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_append_c
alias da_g_string_append_c = GString* function(GString* string, gchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_append_c_inline
alias da_g_string_append_c_inline = GString* function(GString* gstring, gchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_append_len
alias da_g_string_append_len = GString* function(GString* string, const(gchar)* val, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_append_printf
alias da_g_string_append_printf = void function(GString* string, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_append_unichar
alias da_g_string_append_unichar = GString* function(GString* string, gunichar wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_append_uri_escaped
alias da_g_string_append_uri_escaped = GString* function(GString* string, const(gchar)* unescaped, const(gchar)* reserved_chars_allowed, gboolean allow_utf8)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_append_vprintf
alias da_g_string_append_vprintf = void function(GString* string, const(gchar)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_ascii_down
alias da_g_string_ascii_down = GString* function(GString* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_ascii_up
alias da_g_string_ascii_up = GString* function(GString* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_assign
alias da_g_string_assign = GString* function(GString* string, const(gchar)* rval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_down
alias da_g_string_down = GString* function(GString* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_equal
alias da_g_string_equal = gboolean function(const(GString)* v, const(GString)* v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_erase
alias da_g_string_erase = GString* function(GString* string, gssize pos, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_free
alias da_g_string_free = gchar* function(GString* string, gboolean free_segment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_free_to_bytes
alias da_g_string_free_to_bytes = GBytes* function(GString* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_hash
alias da_g_string_hash = guint function(const(GString)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_insert
alias da_g_string_insert = GString* function(GString* string, gssize pos, const(gchar)* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_insert_c
alias da_g_string_insert_c = GString* function(GString* string, gssize pos, gchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_insert_len
alias da_g_string_insert_len = GString* function(GString* string, gssize pos, const(gchar)* val, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_insert_unichar
alias da_g_string_insert_unichar = GString* function(GString* string, gssize pos, gunichar wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_new
alias da_g_string_new = GString* function(const(gchar)* init)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_new_len
alias da_g_string_new_len = GString* function(const(gchar)* init, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_overwrite
alias da_g_string_overwrite = GString* function(GString* string, gsize pos, const(gchar)* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_overwrite_len
alias da_g_string_overwrite_len = GString* function(GString* string, gsize pos, const(gchar)* val, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_prepend
alias da_g_string_prepend = GString* function(GString* string, const(gchar)* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_prepend_c
alias da_g_string_prepend_c = GString* function(GString* string, gchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_prepend_len
alias da_g_string_prepend_len = GString* function(GString* string, const(gchar)* val, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_prepend_unichar
alias da_g_string_prepend_unichar = GString* function(GString* string, gunichar wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_printf
alias da_g_string_printf = void function(GString* string, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_set_size
alias da_g_string_set_size = GString* function(GString* string, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_sized_new
alias da_g_string_sized_new = GString* function(gsize dfl_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_truncate
alias da_g_string_truncate = GString* function(GString* string, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_up
alias da_g_string_up = GString* function(GString* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_string_vprintf
alias da_g_string_vprintf = void function(GString* string, const(gchar)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_string_append
GString* g_string_append(GString* string, const(gchar)* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_append_c
GString* g_string_append_c(GString* string, gchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_append_c_inline
GString* g_string_append_c_inline(GString* gstring, gchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_append_len
GString* g_string_append_len(GString* string, const(gchar)* val, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_append_printf
void g_string_append_printf(GString* string, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_append_unichar
GString* g_string_append_unichar(GString* string, gunichar wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_append_uri_escaped
GString* g_string_append_uri_escaped(GString* string, const(gchar)* unescaped, const(gchar)* reserved_chars_allowed, gboolean allow_utf8)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_append_vprintf
void g_string_append_vprintf(GString* string, const(gchar)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_ascii_down
GString* g_string_ascii_down(GString* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_ascii_up
GString* g_string_ascii_up(GString* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_assign
GString* g_string_assign(GString* string, const(gchar)* rval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_down
GString* g_string_down(GString* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_equal
gboolean g_string_equal(const(GString)* v, const(GString)* v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_erase
GString* g_string_erase(GString* string, gssize pos, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_free
gchar* g_string_free(GString* string, gboolean free_segment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_free_to_bytes
GBytes* g_string_free_to_bytes(GString* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_hash
guint g_string_hash(const(GString)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_insert
GString* g_string_insert(GString* string, gssize pos, const(gchar)* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_insert_c
GString* g_string_insert_c(GString* string, gssize pos, gchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_insert_len
GString* g_string_insert_len(GString* string, gssize pos, const(gchar)* val, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_insert_unichar
GString* g_string_insert_unichar(GString* string, gssize pos, gunichar wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_new
GString* g_string_new(const(gchar)* init)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_new_len
GString* g_string_new_len(const(gchar)* init, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_overwrite
GString* g_string_overwrite(GString* string, gsize pos, const(gchar)* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_overwrite_len
GString* g_string_overwrite_len(GString* string, gsize pos, const(gchar)* val, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_prepend
GString* g_string_prepend(GString* string, const(gchar)* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_prepend_c
GString* g_string_prepend_c(GString* string, gchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_prepend_len
GString* g_string_prepend_len(GString* string, const(gchar)* val, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_prepend_unichar
GString* g_string_prepend_unichar(GString* string, gunichar wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_printf
void g_string_printf(GString* string, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_set_size
GString* g_string_set_size(GString* string, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_sized_new
GString* g_string_sized_new(gsize dfl_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_truncate
GString* g_string_truncate(GString* string, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_up
GString* g_string_up(GString* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_vprintf
void g_string_vprintf(GString* string, const(gchar)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_string_append
da_g_string_append g_string_append;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_append_c
da_g_string_append_c g_string_append_c;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_append_c_inline
da_g_string_append_c_inline g_string_append_c_inline;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_append_len
da_g_string_append_len g_string_append_len;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_append_printf
da_g_string_append_printf g_string_append_printf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_append_unichar
da_g_string_append_unichar g_string_append_unichar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_append_uri_escaped
da_g_string_append_uri_escaped g_string_append_uri_escaped;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_append_vprintf
da_g_string_append_vprintf g_string_append_vprintf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_ascii_down
da_g_string_ascii_down g_string_ascii_down;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_ascii_up
da_g_string_ascii_up g_string_ascii_up;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_assign
da_g_string_assign g_string_assign;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_down
da_g_string_down g_string_down;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_equal
da_g_string_equal g_string_equal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_erase
da_g_string_erase g_string_erase;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_free
da_g_string_free g_string_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_free_to_bytes
da_g_string_free_to_bytes g_string_free_to_bytes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_hash
da_g_string_hash g_string_hash;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_insert
da_g_string_insert g_string_insert;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_insert_c
da_g_string_insert_c g_string_insert_c;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_insert_len
da_g_string_insert_len g_string_insert_len;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_insert_unichar
da_g_string_insert_unichar g_string_insert_unichar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_new
da_g_string_new g_string_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_new_len
da_g_string_new_len g_string_new_len;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_overwrite
da_g_string_overwrite g_string_overwrite;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_overwrite_len
da_g_string_overwrite_len g_string_overwrite_len;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_prepend
da_g_string_prepend g_string_prepend;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_prepend_c
da_g_string_prepend_c g_string_prepend_c;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_prepend_len
da_g_string_prepend_len g_string_prepend_len;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_prepend_unichar
da_g_string_prepend_unichar g_string_prepend_unichar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_printf
da_g_string_printf g_string_printf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_set_size
da_g_string_set_size g_string_set_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_sized_new
da_g_string_sized_new g_string_sized_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_truncate
da_g_string_truncate g_string_truncate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_up
da_g_string_up g_string_up;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_string_vprintf
da_g_string_vprintf g_string_vprintf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_GString
struct _GString
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta